←Select platform

Register<I,T>() Method

Summary

Registers a type mapping with the container.

Syntax

C#
VB
C++
public static void Register<I, T>() 
  
Public Overloads Shared Sub Register 
    (Of I,T As I)()  
public: 
static void Registergeneric<typename I> 
generic<typename T> 
();  
where T: I 

Type Parameters

I
Type that will be requested.

T
Type that will actually be returned.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly